PowerTools SPREAD for Windows Forms 8.0J
NamedObjectCollection<T> クラス
メンバ 


INamedObjectオブジェクトの厳密に型指定されたコレクションを表します。INamedObjectオブジェクトのINamedObject.Nameプロパティを使用して項目を検索および項目にアクセスするためのメソッドとプロパティを提供します。
構文
'Declaration
 
Public Class NamedObjectCollection(Of T As INamedObject) 
   Inherits CollectionBase(Of T)
'使用法
 
Dim instance As NamedObjectCollection(Of T)
public class NamedObjectCollection<T> : CollectionBase<T> 
where T: INamedObject
型パラメータ
T
継承階層

System.Object
   System.Collections.CollectionBase
      GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>
         GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection<T>
            GrapeCity.Win.Spread.InputMan.CellType.DateTimeDisplayFieldCollectionInfo
            GrapeCity.Win.Spread.InputMan.CellType.DateTimeFieldCollectionInfo
            GrapeCity.Win.Spread.InputMan.CellType.Fields.DisplayFieldCollection<T>
            GrapeCity.Win.Spread.InputMan.CellType.NumberDisplayFieldCollectionInfo
            GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollectionInfo

参照

NamedObjectCollection<T> メンバ
GrapeCity.Win.Spread.InputMan.CellType 名前空間

 

 


© 2004-2015, GrapeCity inc. All rights reserved.